home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PROGRAMR / HDK100L.ZIP / TESTLIB.HDF < prev    next >
Text File  |  1993-12-09  |  1KB  |  39 lines

  1. ;******************************************************************************
  2. ;                                   testlib                                   *
  3. ;                                                                             *
  4. ; A small and simple program to test some of the hdklib components.           *
  5. ;******************************************************************************
  6.  
  7. .graphic prs prs.bmp
  8.  
  9. .include hdklib.hdf
  10.  
  11. ;******************************************************************************
  12. ;                                  overview                                   *
  13. ;******************************************************************************
  14. .topic overview
  15. .title HDKLIB Test
  16.  
  17.  
  18. This is a test of a Graphic Link ~b~graphicPopup(prs popMe)~ 
  19.  
  20. This is ~Bold Text~boldText~
  21.  
  22. This is ~Italic Text~italicText~
  23.  
  24. This is ~Underlined Text~underlineText~
  25.  
  26. .end-topic
  27.  
  28. ;******************************************************************************
  29. ;                                    popMe                                    *
  30. ;******************************************************************************
  31. .popup popMe
  32. .title It Work's!
  33.  
  34. Press any key ..
  35.  
  36. .end-popup
  37.  
  38.  
  39.